home *** CD-ROM | disk | FTP | other *** search
/ The Ultimate KidPak / KidPak.iso / KidPak Programs / KEWLKIDS / TRAIN.EXE / scripts / DefineButton2_60 / BUTTONCONDACTION on(release).as
Text File  |  2000-03-23  |  97b  |  8 lines

  1. on(release){
  2.    tellTarget("/credits")
  3.    {
  4.       gotoAndStop("c2");
  5.       play();
  6.    }
  7. }
  8.